home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / gforum.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  195 b   |  14 lines

  1. on exitFrame
  2.   global dir
  3.   if rollOver(14) then
  4.     if dir = 1 then
  5.       go(the frame + 1)
  6.     end if
  7.     if dir = -1 then
  8.       go(the frame - 1)
  9.     end if
  10.   else
  11.     go("Loop")
  12.   end if
  13. end
  14.